home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / mawk10.zip / README < prev    next >
Text File  |  1991-10-05  |  2KB  |  56 lines

  1. This is mawk 1.0
  2. an interpreter for the AWK programming language as
  3. defined in the 1988 AWK book, i.e. a new awk.
  4.  
  5. If you use old awk, you should definitely switch to a new awk
  6. as the language is much more versatile.
  7.  
  8. Mawk is generally faster than other new (or old) awks.
  9.  
  10. Mawk also allows the record separator (RS) to be a regular
  11. expression which makes non-line oriented text processing
  12. tasks easier. (See the man pages for examples and section
  13. THE AWK LANGUAGE.11 for the exact record splitting algorithm).
  14.  
  15.  
  16. Target OS is all flavors of UNIX and MsDOS
  17.     compiled and tested on:
  18.  
  19.     sun3, SunOS4.0.3
  20.     sun4, SunOS4.0.3[c]  , SunOS4.1
  21.     BSD43 VAX
  22.     SysVR3 on Stardent3000
  23.     Ultrix4.1 on MicroVax3600
  24.     Ultrix4.1 on mips  decstation
  25.     Ultrix4.2 on mips  decstation
  26.     Ultrix3.1 on vax
  27.     XENIX SysV R2.3.1
  28.     SCO Unix sysVR3.2v2.0
  29.     ESIX System 5.3.2 RevD using gcc 1.39
  30.     Dynix on Sequent Symmetry
  31.  
  32.     MsDOS TurboC++1.0, small and large model
  33.           MSC 6.0A
  34.         (system() and pipes are missing from DOS mawk)
  35.  
  36. This version of mawk is compatible with the AWK book and
  37. sysVR3 nawk.  It lacks a few features of sysVR4 nawk which
  38. have been incorporated into the posix 11.1 draft for awk.
  39. Differences between new awks are discussed in the 
  40. COMPATIBILITY ISSUES section of the man pages.
  41.  
  42. Mawk is distributed without warranty under the terms of the
  43. GNU General Public License, version 2, June 1991.  The file
  44. COPYING contains the GNU General Public License, version 2.
  45.  
  46. To install:
  47.   Unix or Unix-like OS  read  INSTALL
  48.   MsDOS  read msdos/NOTES
  49.   Mac read macintosh/NOTES (currently untested)
  50.  
  51.  
  52. Bug reports or other correspondence should be sent to
  53.  
  54. Mike Brennan
  55. brennan@boeing.com
  56.